home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Other / mCD / Source / CD_DBase.subproj / CD_DBase.h next >
Encoding:
Text File  |  1995-03-19  |  211 b   |  13 lines

  1.  
  2. #import <appkit/appkit.h>
  3. #import "../scsi_cd.subproj/cd_toc.h"
  4.  
  5. @interface CD_DBase:Object
  6. {
  7. }
  8.  
  9. - (u_int) indexKey:(struct cd_toc *)tocPtr;
  10. - fillTocTitles:(struct cd_toc *)tocPtr givenKey:(u_int)cdKey;
  11.  
  12. @end
  13.